home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2472.ZIP / INSTALL2.BAT < prev    next >
DOS Batch File  |  1990-05-07  |  1KB  |  34 lines

  1. Echo off
  2. Echo Files from the other GanttPac diskette are required. The program
  3. Echo diskette is the one needed but if you are not sure, try one. The
  4. Echo program "SCHEDULE.EXE" is the one we are looking for.
  5. Echo ------------------------------------------------------------------------
  6. :Retry2
  7. Pause
  8. A:
  9. If Not Exist Schedule.Exe B:
  10. If Exist Schedule.Exe GoTo Install3
  11. Echo That is not the right diskette. Try again
  12. Echo or press "Ctl Break" to terminate the install.
  13. Echo ------------------------------------------------------------------------
  14. Goto Retry2
  15. :Install3
  16. Echo The following files are being copied to "C:\Packages\GanttPac".
  17. Echo ------------------------------------------------------------------------
  18. Echo Schedule.EXE
  19. Copy Schedule.EXE C:\Packages\GanttPac\*.*
  20. Echo Schedule.SKB
  21. Copy Schedule.SKB C:\Packages\GanttPac\*.KBS
  22. Copy Easy.L?? C:\Packages\GanttPac\*.*
  23. Echo ----------------------------------------------------------------------
  24. Echo If you would like to put your project data files in directories other than
  25. Echo C:\Packages\GanttPac you should put "C:\Packages\GanttPac" in your Path
  26. Echo statement and then select the directory with the project files as your
  27. Echo default directory. Your current path is:
  28. Path
  29. Pause
  30. C:
  31. CD \Packages\GanttPac
  32. Menu
  33. :Exit
  34.